home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Tsds.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  211b  |  12 lines

  1. #ifndef _Tsds_H_
  2. #define _Tsds_H_
  3.  
  4. enum
  5. {
  6.     SDSTAG_SUBEDITOR              = 1100,   // LONG
  7.     SDSTAG_SUBRAY                 = 1101,   // LONG
  8.   SDSTAG_USE_SDS_STEPS          = 1102      // Bool
  9. };
  10.  
  11. #endif
  12.